home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / TransSkel / Convenience / Dialog Item Stuff / SkelSetDlogCtlRefCon.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-20  |  224 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Set reference constant of control associated with a dialog item.
  3.  */
  4.  
  5. # include    "TransSkel.h"
  6.  
  7.  
  8. pascal void
  9. SkelSetDlogCtlRefCon (DialogPtr d, short item, long value)
  10. {
  11.     SetCRefCon (SkelGetDlogCtl (d, item), value);
  12. }
  13.